[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This method must be overridden by the derived class to empty the list
of all items.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public abstract void Clear() |
Visual Basic (Declaration) |
---|
Public MustOverride Sub Clear |
Visual C++ |
---|
public: virtual void Clear () abstract override |
See Also
ListBase<(Of <T>)> Class
Wintellect.PowerCollections Namespace